Given multiple missing fragment definitions, When include missing fragments, Then return all missing contents

Tests this scenario:

query SomeQuery { someObjectA { ...fragmentA } someObjectB { ...fragmentB } someObjectC { ...fragmentC } }

fragment fragmentC on SomeObjectC { id }

(fragmentA and fragmentB not defined with query, but fragmentC is. fragmentA and fragmentB are found in the

Fragment folder)